View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / WaitFor(Store[]) Method

Waits for the provided stores to complete.

This is a public method.

public void WaitFor(params Store[] stores)

Parameters

Exceptions

Remarks

The method only blocks for referred stores that are registered and have not yet been executed.

See Also